home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ir / logfile.c < prev    next >
C/C++ Source or Header  |  1995-05-09  |  343b  |  16 lines

  1. /*
  2.  *    logfile.c
  3.  *     - simple dummy definition of symbol 'logfile', since libwais.a
  4.  *       expects it but doesn't provide it.
  5.  *
  6.  *    Roll this file into libwais.a when linking the WAIS libs into
  7.  *    programs that don't provide 'logfile' (like NCSA Mosaic).
  8.  *
  9.  *    Created 15-Mar-1995 kamalm@sco.com.
  10.  */
  11.  
  12. #include <stdio.h>
  13.  
  14. FILE *logfile=stderr;
  15.  
  16.